home *** CD-ROM | disk | FTP | other *** search
/ .net 2002 March / DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin / pc / PC Software / free_browsing / DavesQckSearchDbar3-14 / dqsd.exe / searches / unip.xml < prev    next >
Text File  |  2002-09-27  |  2KB  |  60 lines

  1. <search function="unip">
  2.   <name>Uniplus DNS</name>
  3.   <description>Dig on a DNS address
  4.   <div class="helpboxDescLabels">Examples:</div> 
  5.   <table class="helpboxDescTable">
  6.     <tr>
  7.       <td>unip yahoo.com</td>
  8.     </tr>
  9.     <tr>
  10.       <td>unip email.com /MX</td> 
  11.     </tr>
  12.   </table>
  13.   </description>
  14.   <category>Computers</category>
  15.   <link>http://www.uniplus.ch/cgi-bin/dig.cgi</link>
  16.   <contributor>Bjorn Jonson</contributor>
  17.   <email>bjornjonson2000_at_yahoo_dot_com</email>
  18.   <form name="unipf"
  19.     action="http://www.uniplus.ch/cgi-bin/dig.cgi">
  20.     <input type="hidden" name="action" value="process"/>
  21.     <input type="hidden" name="domain"/>
  22.     <input type="hidden" name="type" value="ANY"/>
  23.     <input type="hidden" name="atserver" value=""/>
  24.     <input type="hidden" name="x" value="0"/>
  25.     <input type="hidden" name="y" value="0"/>
  26.   </form>
  27.   <script><![CDATA[
  28.     function unip(q)
  29.     {
  30.       var suffix;
  31.       var result;
  32.  
  33.       var args = parseArgs(q, "mx");
  34.       if (q == "")
  35.         openSearchWindow("http://www.uniplus.ch/cgi-bin/dig.cgi");
  36.       else if( args.switches.length == 1 )
  37.       {
  38.         if( args.switches[0].name == "mx" )
  39.         {
  40.           document.unipf.domain.value = args.q;
  41.           document.unipf.type.value = "MX";
  42.           submitForm(unipf);
  43.         }
  44.       }
  45.       else
  46.       {
  47.         document.unipf.domain.value = args.q;
  48.         document.unipf.type.value = "ANY";
  49.         submitForm(unipf);
  50.       }
  51.     }
  52.   ]]></script>
  53.  
  54.   <copyright>
  55.     Copyright (c) 2002 David Bau
  56.     Distributed under the terms of the
  57.     GNU Public License, Version 2 (http://www.gnu.org/copyleft/gpl.txt)
  58.   </copyright>
  59. </search>
  60.